home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Tools / Resource Hacker v2.4.0.4 / ResHacker.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2000-08-18  |  485 b   |  24 lines

  1. object Form2: TForm2
  2.   Left = 221
  3.   Top = 248
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Menu '
  7.   ClientHeight = 41
  8.   ClientWidth = 421
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Position = poDefaultPosOnly
  17.   Scaled = False
  18.   OnHide = FormHide
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23. end
  24.